go/parser.parser.errors (field)
11 uses
go/parser (current package)
interface.go#L116: p.errors.Sort()
interface.go#L117: err = p.errors.Err()
interface.go#L210: p.errors.Sort()
interface.go#L211: err = p.errors.Err()
parser.go#L33: errors scanner.ErrorList
parser.go#L71: eh := func(pos token.Position, msg string) { p.errors.Add(pos, msg) }
parser.go#L238: n := len(p.errors)
parser.go#L239: if n > 0 && p.errors[n-1].Pos.Line == epos.Line {
parser.go#L247: p.errors.Add(epos, msg)
parser.go#L2848: if p.errors.Len() != 0 {
parser.go#L2865: if p.errors.Len() != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)